Say
Namespace
Informedica.Build.TemplateInitial module
Nested types and modules
| Type | Description | |
|---|---|---|
| # | FavoriteColor | Finite list of Colors |
| # | Person | A person with many different field types |
Functions and values
| Function or value | Signature | Description | |
|---|---|---|---|
| # | add a b | a:int -> b:int -> int | |
| # | helloPerson(person) | person:Person -> string | Says hello to a specific person |
| # | nothing(name) | name:'?29490 -> unit | I do nothing |
Adds two integers and and returns the result.
Returns: The sum of two integers.
Exceptions
Remarks
This usually contains some really important information that you'll miss if you don't read the docs.